std::multimap::value_comp

From Cppreference

Jump to: navigation, search
​value_compare value_comp() const;

Returns the function that compares the key-value pairs using the by comparing of the first components of the pairs.

Contents

Parameters

(none)

Return value

the value comparison function.

Complexity

constant

See also

key_comp
returns the function that compares keys
(public member function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages